home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
homerunboy.swf
/
scripts
/
DefineSprite_208
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
196 b
|
10 lines
thisX = this._x;
thisY = this._y;
spX = _parent.pitch._x;
spY = _parent.pitch._y;
difX = thisX - spX;
difY = thisY - spY;
xStp = difX / 5;
yStp = difY / 5;
_parent.pitch._x = spX + xStp;